home *** CD-ROM | disk | FTP | other *** search
Text File | 1987-11-17 | 899 b | 42 lines | [TEXT/EDIT] |
- * Resource File for example Desk Accessory program DESKACC.PAS
- *
- * For more information on Resources see Inside Macintosh, Resource Manager.
- *
- * Resource ID's for resources OWNED by Desk Accessory's. That is, owned by
- * system resource of type 'DRVR' is as follows.
- *
- *
- * Bits: 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
- * Meaning: 1 1 0 0 0 [ID of owning resource] [variable]
- *
- * Thus, we have the following numbering scheme for Desk Accessory's
- *
- * Desk Accessory ID Range of OWNED resource ID's
- *
- * 16 -15872 through -15857 ($C200 -> $C20F)
- * 17
-
- *Output file name and the Type and Creator flags
- Periodic Table
- DFILDMOV
-
- * DRVR number 16 so following resources are numbered -15872 through -15857
- TYPE DRVR = PROC
- Periodic Table,16
- DeskAcc
-
- TYPE WIND
- ,-15872
- Periodic Table
- 150 30 323 480
- Visible GoAway
- 16
- 0
-
- INCLUDE table.pict
-
- INCLUDE rows.pict
-
- INCLUDE mybits.Rsrc
-
-